MAPIOBJECT Property (Session Object)
The MAPIOBJECT
property returns an IUnknown pointer to this Session object. Not
available to Visual Basic applications. Read/write.
Syntax
objSession.MAPIOBJECT
Data Type
Variant
(VT_UNKNOWN)
Remarks
The MAPIOBJECT
property is not available to Visual Basic programs. It is available only to
C/C++ programs that use the OLE Messaging Library. The MAPIOBJECT property
is an IUnknown object, which is not supported by Visual Basic. Visual
Basic supports IDispatch objects. For more information, see the
Microsoft OLE Programmer s Reference.
See Also